Wolters Kluwer CCH® SureTax®

    Show / Hide Table of Contents

    SureTax Returns API

    POST Due Form Instances

    POST Due Form Instances

    Overview

    This API endpoint initiates the process of generating forms within the system. It serves as the trigger for creating various forms necessary for compliance or reporting purposes.

    OperationId: POST Due Form Instances

    Authorization Method(s): OAuth

    Verb: POST

    End Point: /api/v1/Forms/DueFormInstances


    Request Body
    Request Model
    Display NameField NameField Type
    External Reporting Entity externalReportingEntitystring
    Forms formsarray[DueForm]
    DueForm
    Display NameField NameField Type
    Form Id formIdstring
    Location Id locationIdstring
    Reporting Period From Date reportingPeriodFromDatestring
    Reporting Period To Date reportingPeriodToDatestring
    Reporting Periodicity reportingPeriodicitystring
    Reporting Period Num reportingPeriodNumstring
    Reporting Phase reportingPhasestring

    Example Request

    The following is an json request for this operation.

    {
      "externalReportingEntity": "string",
      "forms": [
        {
          "formId": "string",
          "locationId": "string",
          "reportingPeriodFromDate": "string",
          "reportingPeriodToDate": "string",
          "reportingPeriodicity": "string",
          "reportingPeriodNum": "string",
          "reportingPhase": "string"
        }
      ]
    }

    Request Headers
    Many of the request headers listed below are designed to enhance traceability and provide supplementary information, allowing our team to efficiently identify and assess your API requests. Including these headers offers numerous benefits: they improve debugging and support by facilitating quick issue identification, enhance security through secure access and traceable actions, ensure accurate request tracking for thorough auditing, support better client management for compatibility, enable localization and personalization for tailored responses, and optimize business processes with clearer operation definitions. For implementation examples, please refer to our SDKs, which provide comprehensive guidance and practical integrations.

    Display String Field Name Field Type
    X-request-id* x-request-id string
    *Mandatory parameter

    EmptyResponse

    Overview

    An empty response object indicating that the request has been accepted but no content is returned.

    EmptyResponse
    Display NameField NameField Type

    Example Response

    The following is an example response you can expect for this operation

    {}
    Response Codes
    Response codes in an API indicate the outcome of a request. They are three-digit numbers returned by the server to help the client understand if the request was successful, encountered an error, or needs further action. This operation has the following possible responses.

    code description
    202 Accepted. The request has been accepted for processing but is not completed yet.
    400 Bad request. Invalid data provided.
    401 Unauthorized access.
    500 Internal server error.




    Enter Environment Credentials








    Wolters Kluwer Product Name - Page anchor links toWolters Kluwer Product Name - Page anchor links to
    © Wolters Kluwer and/or its affiliates. All rights reserved.